home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / HTMLString.wo / HTMLString.wos
Encoding:
Text File  |  1996-03-09  |  219 b   |  13 lines

  1. /////////////////////
  2. //  HTMLString
  3. //  by Charles Lloyd
  4. /////////////////////
  5.  
  6. id value;
  7.  
  8. - willGenerateResponse:aResponse inContext:aContext
  9. {
  10.     [aResponse appendContentHTML:[value description]];
  11.     return nil;
  12. }
  13.